home *** CD-ROM | disk | FTP | other *** search
/ Keystone Learning XML: Dy…ic Web Sites & Documents / Keystone Learning XML Dynamic Web Sites and Documents.iso / Sample Files / Chapter 9 / Employees.mdb / phonenumbers.json < prev    next >
Encoding:
JavaScript Object Notation  |  1999-12-09  |  441 b 

  1. {
  2.     "schema": {
  3.         "id": "Text (50) NOT NULL",
  4.         "phonetype": "Text (50) NOT NULL",
  5.         "phonenumber": "Text (50) NOT NULL"
  6.     },
  7.     "data": [
  8.         {
  9.             "id": "A1234",
  10.             "phonetype": "main",
  11.             "phonenumber": "(714) 555-1000"
  12.         },
  13.         {
  14.             "id": "A1234",
  15.             "phonetype": "fax",
  16.             "phonenumber": "(714) 555-1001"
  17.         },
  18.         {
  19.             "id": "A2345",
  20.             "phonetype": "main",
  21.             "phonenumber": "(714) 555-2000"
  22.         },
  23.         {
  24.             "id": "A2345",
  25.             "phonetype": "mobile",
  26.             "phonenumber": "(949) 555-2200"
  27.         },
  28.         {
  29.             "id": "A2345",
  30.             "phonetype": "home",
  31.             "phonenumber": "(949) 555-2220"
  32.         }
  33.     ]
  34. }